type reflect.emptyInterface

4 uses

	reflect (current package)
		type.go#L1425: 	eface := *(*emptyInterface)(unsafe.Pointer(&i))
		value.go#L110: 	e := (*emptyInterface)(unsafe.Pointer(&i))
		value.go#L145: 	e := (*emptyInterface)(unsafe.Pointer(&i))
		value.go#L196: type emptyInterface struct {